home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TINTERFACEPREFSFRAME
/
TINTERFACEPREFSFRAME.txt
Wrap
Text File
|
2008-11-03
|
2KB
|
102 lines
inherited InterfacePrefsFrame: TInterfacePrefsFrame
HelpType = htKeyword
HelpKeyword = 'General_Options'
Caption = 'General'
inherited DefaultBtn: TUiButton
TabOrder = 3
end
object HomeGroupBox: TUiGroupBox
Left = 8
Top = 8
Width = 409
Height = 73
Caption = 'Home view'
TabOrder = 0
object SessionAutoSavedCapacityLbl: TUiLabel
Left = 64
Top = 44
Height = 13
Caption = 'max auto-saved sessions'
FocusControl = SessionAutoSavedCapacityEdit
end
object HomeManageEdit: TUiCheckBox
Left = 8
Top = 20
Height = 17
Caption = 'Include session management'
TabOrder = 0
OnClick = SomethingChangedClick
end
object SessionAutoSavedCapacityEdit: TUiSpinEdit
Left = 8
Top = 40
Width = 50
Height = 21
TabOrder = 1
OnChange = SomethingChangedClick
end
end
object MiscGroupBox: TUiGroupBox
Left = 8
Top = 88
Width = 409
Height = 105
Caption = 'Interface'
TabOrder = 1
object ShowCaptionsEdit: TUiCheckBox
Left = 8
Top = 20
Height = 17
Caption = 'Large buttons with text labels'
TabOrder = 0
OnClick = SomethingChangedClick
end
object ShowHintsEdit: TUiCheckBox
Left = 8
Top = 40
Height = 17
Caption = 'Show hints for toolbar buttons, etc.'
TabOrder = 1
OnClick = SomethingChangedClick
end
object HintShortCutsEdit: TUiCheckBox
Left = 24
Top = 60
Height = 17
Caption = 'Show keyboard shortcut in hints'
TabOrder = 2
OnClick = SomethingChangedClick
end
object EscCloseEdit: TUiCheckBox
Left = 8
Top = 80
Height = 17
Caption = 'ESC key closes file views'
TabOrder = 3
OnClick = SomethingChangedClick
end
end
object SharedSessionFilenameGroupBox: TUiGroupBox
Left = 8
Top = 200
Width = 409
Height = 49
Caption = 'Shared sessions file'
TabOrder = 2
object SharedSessionFilenameBtn: TUiBrowseSpeedButton
Left = 376
Top = 19
BrowseEdit = SharedSessionFilenameEdit
end
object SharedSessionFilenameEdit: TUiBrowseEdit
Left = 8
Top = 20
Width = 361
Height = 21
TabOrder = 0
OnChange = SomethingChangedClick
OnBrowse = SharedSessionFilenameBrowse
end
end
end